home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / echob.zip / ECHOB.DOC < prev   
Text File  |  1986-09-13  |  987b  |  30 lines

  1.  
  2.                                  ECHOB
  3.  
  4.                    Displays a Blank Line on the Screen
  5.  
  6.                               Jim Buyens
  7.  
  8.                           September 13, 1986
  9.  
  10. This rather trivial program solves the problem of how to display a blank
  11. line on the PC screen using any version of DOS.  This is a problem because
  12. getting the ECHO command to display a blank line requires different tricks
  13. under various DOS versions.  ECHOB should work on any version of DOS yet
  14. released.
  15.  
  16. Install ECHOB.COM in the current directory or another one named on the PATH
  17. statement.  Then, to emit a blank line, issue the ECHOB command.  To get
  18. non-blank lines, use ECHO (as before).  For example:
  19.  
  20.     ECHO Hello!
  21.     ECHOB
  22.     ECHO How are you?
  23.  
  24. Files supplied with ECHOB are:
  25.  
  26.     ECHOB.DOC - The file you are reading now
  27.     ECHOB.COM - The ECHOB program itself
  28.     ECHOB.DBG - The input stream to make the DOS DEBUG command create
  29.                 ECHOB.COM
  30.